home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; sscdbus.inf -- Install the SAMSUNG USB Composite Device drivers
- ;
- ; Copyright (c) 1997-2005 by MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc..
- ;
- ;*****************************************************************************
-
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=08/17/2005, 4.34.0.2705
- CatalogFile=sscdbus.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- SAMSUNGWdm.W95.CopyFiles = 11 ; LDID_SYS
- SAMSUNGWdm.NT.CopyFiles = 12 ; system32\drivers
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"sscdbus.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- sscdbus.sys = 1
- sscdwh95.sys = 1
- sscdwhnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %SAMSUNG%=SAMSUNG
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [SAMSUNG]
- %SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_6601
- %SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_6640
-
-
- ;-----------------------------------------------------------------------------
- ; How to install them: On W9x, the [section] name is used directly.
- ; On NT, the system first tries [section.NT], then [section].
- ;-----------------------------------------------------------------------------
-
- ;-----------------------------------------------------------------------------
- ; Diagnostics Files CopyFiles List Section
- ;-----------------------------------------------------------------------------
- [SAMSUNG.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; XXX when we have a property page DLL, add it to the following section.
- ;-----------------------------------------------------------------------------
- [PropPages.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [SAMSUNGWdm.Install]
- DriverVer=08/17/2005, 4.34.0.2705
- CopyFiles = SAMSUNGWdm.W95.CopyFiles, SAMSUNG.CopyFiles, PropPages.CopyFiles
- AddReg = SAMSUNGWdm.AddReg, SAMSUNGWdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [SAMSUNGWdm.Install.NT]
- DriverVer=08/17/2005, 4.34.0.2705
- CopyFiles = SAMSUNGWdm.NT.CopyFiles
- AddReg = SAMSUNGWdm.AddReg, SAMSUNGWdm.NT.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [SAMSUNGWdm.Install.NT.Services]
- AddService = sscdbus, 2, SAMSUNGWdm.AddService
-
- [SAMSUNGWdm.AddService]
- DisplayName = %SAMSUNG.Service.Desc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\sscdbus.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [SAMSUNGWdm.AddReg]
-
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [SAMSUNGWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,sscdbus.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [SAMSUNGWdm.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [SAMSUNGWdm.W95.CopyFiles]
- sscdbus.sys
- sscdwh.sys,sscdwh95.sys
- sscdwh95.sys
- sscdwhnt.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [SAMSUNGWdm.NT.CopyFiles]
- sscdbus.sys
- sscdwh.sys,sscdwhnt.sys
- sscdwhnt.sys
-
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "SAMSUNG Electronics Co., Ltd. "
- SAMSUNG = "SAMSUNG Electronics Co., Ltd. "
- DiskString = "SAMSUNG USB Composite Device Installation disk"
-
- SAMSUNG.CdcBus.Desc = "SAMSUNG USB Composite Device"
- SAMSUNG.Service.Desc = "SAMSUNG USB Composite Device driver (WDM)"
-
- CustomerDataPath = "SAMSUNG CDMA Modem"
- DriverSet = "SAMSUNG CDMA Modem Software"
- UninstallFile = "SSCDUninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; Following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
- ;*** end of file ***
-